type google.golang.org/grpc/internal/channelz.channel
21 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L208: cn := &channel{
funcs.go#L364: channels map[int64]*channel
funcs.go#L373: channels: make(map[int64]*channel),
funcs.go#L388: func (c *channelMap) addChannel(id int64, cn *channel, isTopChannel bool, pid int64) {
funcs.go#L511: case *channel:
funcs.go#L559: cns := make([]*channel, 0, min(l, maxResults))
funcs.go#L698: var cn *channel
types.go#L195: type channel struct {
types.go#L210: func (c *channel) addChild(id int64, e entry) {
types.go#L214: case *channel:
types.go#L221: func (c *channel) deleteChild(id int64) {
types.go#L227: func (c *channel) triggerDelete() {
types.go#L232: func (c *channel) getParentID() int64 {
types.go#L243: func (c *channel) deleteSelfFromTree() (deleted bool) {
types.go#L266: func (c *channel) deleteSelfFromMap() (delete bool) {
types.go#L280: func (c *channel) deleteSelfIfReady() {
types.go#L291: func (c *channel) getChannelTrace() *channelTrace {
types.go#L295: func (c *channel) incrTraceRefCount() {
types.go#L299: func (c *channel) decrTraceRefCount() {
types.go#L303: func (c *channel) getTraceRefCount() int {
types.go#L308: func (c *channel) getRefName() string {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)